home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / trash.zip / TRASH.H < prev    next >
Text File  |  1993-04-17  |  508b  |  24 lines

  1.  
  2. #define    IDM_ABOUT            600
  3. #define    IDM_NUKEC            601
  4. #define     IDM_NUKEA            602
  5. #define    IDM_NUKET            603
  6. #define    IDM_EXIT                604
  7.  
  8. #define    IDM_NUKENOW        700
  9. #define    IDM_NUKECLS        701
  10. #define    IDM_NUKECON        702
  11. #define    IDM_HELP                703
  12.  
  13. #define     IDC_EDIT                800
  14.  
  15. #define    NUKE_NOW            1000
  16. #define    NUKE_LATER            1001
  17. #define    NUKE_CHOOSE        1002
  18.  
  19. int PASCAL WinMain(HANDLE, HANDLE, LPSTR, int);
  20. long FAR PASCAL MainWndProc(HWND, UINT, WPARAM, LPARAM);
  21. BOOL FAR PASCAL About(HWND, unsigned, WORD, LONG);
  22.  
  23. 
  24.